home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 12 / 012.d81 / comal #2 < prev    next >
Text File  |  2022-08-26  |  1KB  |  67 lines

  1.  
  2.  
  3. COMAL corner-Part 2      by Jim Weiler
  4.  
  5.    THE COMAL 0.14 OPERATING SYSTEM
  6.  
  7.  - - - - - - - - - - - - - - - - - -
  8. PREMISE: A COMPUTER IS ONLY USEFUL IF
  9. YOU KNOW ITS OPERATING SYSTEM.
  10.  - - - - - - - - - - - - - - - - - -
  11.  
  12.   Your first computer purchase is an
  13.  
  14. event of great expectations and
  15.  
  16. equally great disappointments.  The
  17.  
  18. salesman tells you everything it can
  19.  
  20. do, but when you get it home, you
  21.  
  22. discover everything you CAN'T make it
  23.  
  24. do.  You may know how to program in
  25.  
  26. BASIC.  You may know assembly code.
  27.  
  28. What you WON'T know (and this applies
  29.  
  30. to ANY new computer) is the OPERATING
  31.  
  32. SYSTEM. The operating system is what
  33.  
  34. you are using whenever you are NOT
  35.  
  36. running a program disk or cartridge.
  37.  
  38. Operating systems are usually not very
  39.  
  40. helpful-- every time you see SYNTAX
  41.  
  42. ERROR, that's your operating system
  43.  
  44. telling you to try again.  You will
  45.  
  46. almost NEVER find an operating system
  47.  
  48. that will prompt you.
  49.  
  50.   I've been leading up to this:  We
  51.  
  52. will not learn a thing about COMAL
  53.  
  54. programming in this installment.
  55.  
  56. Instead, we'll learn something about
  57.  
  58. the COMAL environment -- enough, at
  59.  
  60. least, to let us enter, save, and run
  61.  
  62. programs.  THEN we'll be ready to
  63.  
  64. write our first COMAL programs.
  65.  
  66.  - - - - - - - - - - - - - - - - - -
  67.